Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Add( _ ByVal ParamArray annotationList() As Annotation _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void Add( params Annotation[] annotationList ) |
C++/CLI | |
---|---|
public: void Add( ... array<Annotation^> annotationList ) |
Parameters
- annotationList
- A list of Annotation objects to add.